home *** CD-ROM | disk | FTP | other *** search
/ Game Classics 18 / Game Classics 18 .iso / CARD / ANIBJ / ANIBJ.EXE / 0 / RCDATA / TSTRCARD / TSTRCARD.txt < prev   
Text File  |  1997-04-23  |  2KB  |  99 lines

  1. object StrCard: TStrCard
  2.   Left = 200
  3.   Top = 113
  4.   Width = 640
  5.   Height = 444
  6.   HelpContext = 41018
  7.   Caption = 'Strategy Card:'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnPaint = FormPaint
  17.   OnResize = FormResize
  18.   TextHeight = 16
  19.   object Image1: TImage
  20.     Left = 584
  21.     Top = 384
  22.     Width = 90
  23.     Height = 40
  24.     Picture.Data = {<image000.bmp>}
  25.     Visible = False
  26.   end
  27.   object StringGrid1: TStringGrid
  28.     Left = 0
  29.     Top = 0
  30.     Width = 632
  31.     Height = 369
  32.     HelpContext = 41018
  33.     Align = alTop
  34.     ColCount = 11
  35.     DefaultColWidth = 80
  36.     DefaultRowHeight = 16
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     RowCount = 36
  43.     TabOrder = 0
  44.     OnClick = StringGrid1Click
  45.   end
  46.   object BitBtn1: TBitBtn
  47.     Left = 496
  48.     Top = 376
  49.     Width = 121
  50.     Height = 33
  51.     HelpContext = 41018
  52.     Caption = '&Save'
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ModalResult = 1
  58.     ParentFont = False
  59.     TabOrder = 1
  60.     OnClick = BitBtn1Click
  61.   end
  62.   object BitBtn2: TBitBtn
  63.     Left = 16
  64.     Top = 376
  65.     Width = 121
  66.     Height = 33
  67.     HelpContext = 41018
  68.     Caption = '&Cancel'
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ModalResult = 2
  74.     ParentFont = False
  75.     TabOrder = 2
  76.     OnClick = BitBtn2Click
  77.   end
  78.   object Edit1: TEdit
  79.     Left = 152
  80.     Top = 380
  81.     Width = 329
  82.     Height = 24
  83.     HelpContext = 41018
  84.     Font.Color = clBlack
  85.     Font.Height = -13
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 3
  90.     Text = 'Edit1'
  91.   end
  92.   object Timer1: TTimer
  93.     Enabled = False
  94.     Interval = 20
  95.     OnTimer = Timer1Timer
  96.     Top = 384
  97.   end
  98. end
  99.